πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Estimator.md by @KGBicheno β˜†

Estimator

Go back to the [[AI Glossary]]

#TensorFlow

An instance of the tf.Estimator class, which encapsulates logic that builds a TensorFlow graph and runs a TensorFlow session. You may create your own custom Estimators (as described here) or instantiate premade Estimators created by others.